home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TORDERFORM / TORDERFORM.txt
Text File  |  2005-03-06  |  2KB  |  78 lines

  1. object OrderForm: TOrderForm
  2.   Left = 274
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'How to order PowerArchiver'
  6.   ClientHeight = 136
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 41
  25.     AutoSize = False
  26.     Caption = 
  27.       'Click "Help" to get more information about ordering PowerArchive' +
  28.       'r.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 49
  34.     Width = 281
  35.     Height = 45
  36.     AutoSize = False
  37.     Caption = 
  38.       'Click "Buy Now" to place your order directly from the web site a' +
  39.       'nd instantly register PowerArchiver.'
  40.     WordWrap = True
  41.   end
  42.   object Bevel1: TBevel
  43.     Left = 7
  44.     Top = 96
  45.     Width = 284
  46.     Height = 9
  47.     Shape = bsTopLine
  48.   end
  49.   object Button1: TButton
  50.     Left = 8
  51.     Top = 104
  52.     Width = 89
  53.     Height = 25
  54.     Caption = '&Buy Now'
  55.     Default = True
  56.     TabOrder = 0
  57.     OnClick = Button1Click
  58.   end
  59.   object Button2: TButton
  60.     Left = 104
  61.     Top = 104
  62.     Width = 91
  63.     Height = 25
  64.     Caption = '&Help'
  65.     TabOrder = 1
  66.     OnClick = Button2Click
  67.   end
  68.   object Button3: TButton
  69.     Left = 200
  70.     Top = 104
  71.     Width = 91
  72.     Height = 25
  73.     Caption = '&Cancel'
  74.     TabOrder = 2
  75.     OnClick = Button3Click
  76.   end
  77. end
  78.